Release v0.44.0 - #654
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #654 +/- ##
=====================================
Coverage 89.8% 89.8%
=====================================
Files 16 16
Lines 599 599
=====================================
Hits 538 538
Misses 61 61 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This release is the last to support Go 1.25.
The next release will require at least Go 1.26.
Added
WithSpanErrorAttributesGetteroption to set additional attributes (e.g.,db.response.status_code) on spans when an operation returns an error. (Add WithSpanErrorAttributesGetter to set error attributes on spans #651)SpanOptions.RowsChildOfQueryto createsql.rowsspans as children of thesql.conn.queryorsql.stmt.queryspan that produced them, so concurrent queries can be correlated with their result iteration. (Add SpanOptions.RowsChildOfQuery to make sql.rows spans children of query spans #652)driver.RowsColumnScanneron Go 1.27. (Support RowsColumnScanner on Go 1.27 #649)Changed
ErrorTypeAttributeswithErrorTypeAttributeto avoid allocating an additional slice. (perf: add ErrorTypeAttribute to eliminate extra slice allocation #643)v1.46.0. (Update opentelemetry-go monorepo #644)Fixed
db.client.operation.durationhistogram now uses the explicit bucket boundaries recommended by the OTel Semantic Conventions (0.001to10seconds) instead of the SDK defaults, which placed virtually all database operations in the first bucket. (Use semconv-recommended bucket boundaries for db.client.operation.duration #632)